home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / arc / xadmaster.lha / xad / Docs / xadUnDisk.doc < prev    next >
Text File  |  2000-04-02  |  3KB  |  103 lines

  1. NAME
  2.     xadUnDisk 1.7
  3.  
  4. SYNOPSIS
  5.     xadUnDisk FROM/A,TO,LOWCYL/N,HIGHCYL/N,ENTRY/N,PASSWORD,
  6.     SAVETEXTS/K,NE=NOEXTERN/S,INFO=LIST/S,SHOWTEXTS/S,OW=OVERWRITE/S,
  7.     IG=IGNOREGEOMETRY/S,FORMAT/S,DIMG=DISKIMAGE/S
  8.  
  9. DESCRIPTION
  10.     xadUnDisk is the master shell tool to extract data from
  11.     disk archives.
  12.  
  13.     FROM specifies the disk archive that should be handled.
  14.  
  15.     TO is the destination. This maybe an device name like RAD:
  16.     or any file name. TO is required when LIST option is not
  17.     specified. When extracted to a file, this is a floppy
  18.     image file (often called ADF), which can be used with all
  19.     ADF dealing tools. 
  20.     
  21.     LOWCYL and HIGHCYL name the lowest and highest cylinder that
  22.     should be dearchived. Note that some clients do not support
  23.     cylinder based dearchiving and thus ignore these options.
  24.  
  25.     ENTRY specifies the entry, which should be dearchived. Normal
  26.     disk archives only store 1 entry, so there is no need for that
  27.     option, but maybe there are multi-disk-archivers and then you
  28.     need that option to specify the wanted entry. This is a decimal
  29.     number. The first entry has number 1.
  30.  
  31.     PASSWORD can be used to supply a password for unarchiving of
  32.     encrypted archives.
  33.  
  34.     After the SAVETEXTS keyword you may specify a filename which
  35.     should be used to save information texts. The name gets an
  36.     additional point and the text number. E.g. "SAVETEXTS text"
  37.     produces files text.1, text.2, ...
  38.  
  39.     NOEXTERN prohibits the use of external clients for
  40.     recognition purposes.
  41.     
  42.     INFO or LIST prints information about the archive and does not
  43.     do any unarchiving.
  44.     
  45.     SHOWTEXTS tells the program to display information texts, if
  46.     there are some of them in the archive.
  47.     
  48.     OVERWRITE forces the program to overwrite an already existing
  49.     destination file.
  50.     
  51.     IGNOREGEOMETRY forces the tool to ignore wrong drive geometry
  52.     when unarchiving to an device.
  53.  
  54.     If the destination disk is not formatted, use FORMAT to do this
  55.     together with writing.
  56.  
  57.     Specify DISKIMAGE, if you want to write a disk image to floppy
  58.     disk. The program also asks you, if you want to handle a file
  59.     as image, if the data type is not detected with DIMG keyword.
  60.  
  61. EXAMPLES
  62.     Shell> xadUnDisk archive.dms RAD:
  63.         Unarchive the dms file to RAD:
  64.  
  65.     Shell> xadUnDisk archive.dms LIST
  66.         Tells information about archive.dms file.
  67.  
  68. HISTORY
  69.     xadUnDisk 1.7
  70.     - bug fix
  71.  
  72.     xadUnDisk 1.6
  73.     - added FORMAT keyword and disk image support
  74.  
  75.     xadUnDisk 1.5
  76.     - before a disk is written, you get ask to insert it or to abort
  77.  
  78.     xadUnDisk 1.4
  79.     - buf fix in report hook
  80.  
  81.     xadUnDisk 1.3
  82.     - bug fix in report hook
  83.  
  84.     xadUnDisk 1.2
  85.     - added output for corrupted files
  86.  
  87.     xadUnDisk 1.1
  88.     - added support for file descriptions
  89.  
  90.     xadUnDisk 1.0
  91.     - First public release.
  92.  
  93. COPYRIGHT
  94.     xadUnDisk is freely distributable for noncommercial use.
  95.  
  96. AUTHOR
  97.     Dirk Stöcker
  98.     Geschwister-Scholl-Straße 10
  99.     01877 Bischofswerda
  100.     GERMANY
  101.     
  102.     Dirk Stoecker <stoecker@amigaworld.com>
  103.